docs: Fix parameter names for two functions
authorVolker Sobek <reklov@live.com>
Mon, 21 Apr 2014 20:57:35 +0000 (22:57 +0200)
committerVolker Sobek <reklov@live.com>
Mon, 21 Apr 2014 20:57:35 +0000 (22:57 +0200)
Don't use two different parameter names.

gtk/gtkheaderbar.c

index 427431119ca29ef6b460384f6e8d3217e5dee011..05dfc8f6af1ce102bed67c4a3cd4972518a3db86 100644 (file)
@@ -1888,8 +1888,8 @@ gtk_header_bar_buildable_init (GtkBuildableIface *iface)
  * @bar: A #GtkHeaderBar
  * @child: the #GtkWidget to be added to @bar
  *
- * Adds @child to @box, packed with reference to the
- * start of the @box.
+ * Adds @child to @bar, packed with reference to the
+ * start of the @bar.
  *
  * Since: 3.10
  */
@@ -1905,8 +1905,8 @@ gtk_header_bar_pack_start (GtkHeaderBar *bar,
  * @bar: A #GtkHeaderBar
  * @child: the #GtkWidget to be added to @bar
  *
- * Adds @child to @box, packed with reference to the
- * end of the @box.
+ * Adds @child to @bar, packed with reference to the
+ * end of the @bar.
  *
  * Since: 3.10
  */